home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / hal / fdi / policy / preferences.fdi
Extensible Markup Language  |  2008-10-26  |  667b  |  26 lines

  1. <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
  2.  
  3. <!-- 
  4.   Some examples how to use hal fdi files for system preferences 
  5.   You can either uncomment the examples here or put them in a seperate .fdi
  6.   file.
  7. -->
  8. <deviceinfo version="0.2">
  9. <!-- 
  10.   The following shows how to hint gnome-volume-manager and other programs 
  11.   that honor the storage.automount_enabled_hint to not mount non-removable
  12.   media.
  13. -->
  14.  
  15.   <device>
  16.     <match key="storage.hotpluggable" bool="false">
  17.       <match key="storage.removable" bool="false">
  18.         <merge key="storage.automount_enabled_hint" type="bool">false</merge>
  19.       </match>
  20.     </match>
  21.   </device>
  22.  
  23.  
  24. </deviceinfo>
  25.  
  26.